home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Module / DLLDef next >
Text File  |  1995-04-04  |  217b  |  24 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "Module"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Module_Free
  14.   Module_Claim
  15. }
  16.  
  17. ; --- Object files ---
  18.  
  19. objects
  20. {
  21.   o.07Free
  22.   o.06Claim
  23. }
  24.